html {
  overflow-x: hidden;
}
.minW1 {
  min-width: 1200px;
}
.wid1 {
  width: 1200px;
}
.middle {
  margin: 0 auto;
}
.swiper-container,
.lunboimg {
  width: 100%;
}
.tip{
  color: red;
  display: block;
  font-size: 14px;
}
.index {
  padding-bottom: 20px;
}
.lunboHead {
  position: relative;
}
.header {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  height: 74px;
}
.headLogo {
  float: left;
  width: 120px;
  height: 74px;
}
.headLogo img {
  width: 100%;
}
.headRight {
  display: table-cell;
  vertical-align: middle;
  height: 74px;
}
.headNav,
.headSearch {
  display: inline-block;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
}
.headNav {
  width: 134px;
  text-align: center;
  border-left: 1px solid #a0a0a0;
  position: relative;
}
.secNav {
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 3;
  width: 134px;
  display: none;
}
.headNav:hover .secNav {
  display: block;
}
.secNav li {
  height: 44px;
  background-color: #fff5e0;
  line-height: 44px;
}
.secNav li:hover {
  background-color: #ab0d0d;
}
.firNavA.choose {
  color: #ab0d0d;
}
.secNav li:hover .secNavA {
  color: white;
}
.headNav a {
  display: block;
}
.headNav.last {
  border-right: 1px solid #a0a0a0;
}
.headSearch {
  width: 200px;
  margin-left: 24px;
  background-color: rgba(171, 13, 13, 0.2);
  padding-left: 22px;
}
.headSearch input {
  width: 140px;
  border: none;
  background-color: transparent;
  height: 54px;
  line-height: 54px;
}
.headSearch input::-webkit-input-placeholder {
  color: black;
}
.searchIcon {
  font-size: 22px;
  line-height: 54px;
}
.tis {
  float: left;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.registe {
  width: 180px;
  height: 50px;
  border: 1px solid #ab0d0d;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #ab0d0d;
  border-radius: 8px;
  position: absolute;
  top: 208px;
  right: 0;
  /* right:-180px; */
  background: rgba(238, 225, 201, 0.7);
  z-index: 30;
  cursor: pointer;
}
.login {
  top: 288px;
}
@media screen and (max-width: 1300px) {
  .registe {
    top: 108px;
  }
  .login {
    top: 188px;
  }
}
.renzheng {
  width: 78px;
  height: 12px;
}
.bottomFoot {
  background-color: #232323;
  padding: 20px 0;
}
.footmsg {
  color: white;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.footmsg.first {
  margin-top: 0;
}
.footUl {
  overflow: hidden;
  display: inline-block;
}
.footTabbar {
  float: left;
  padding: 0 10px;
  border-right: 1px solid white;
}
.footTabbar.last {
  border-right: none;
}
.footTabbar a {
  color: white;
  font-size: 14px;
}
.indexMainContent {
  padding: 20px 0 0 0;
  background-image: url("/themes/pc/skin/img/bg1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.messageFoot {
  padding-left: 10px;
}
.contentTitle {
  text-align: center;
}
.right img {
  width: 80%;
  height: 300px;
}
.conTitleCN {
  font-size: 26px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  top: 1px;
}
.conTitleEN {
  font-size: 12px;
  color: #707070;
  line-height: 1.5;
}
.conTitleCN span {
  display: inline-block;
  border-bottom: 1px solid #707070;
}
.conTitleEN span {
  display: inline-block;
  border-top: 1px solid #707070;
}
.eachauction {
  display: inline-block;
  width: 25%;
}
.section {
  margin-top: 20px;
  text-align: center;
}
.auctionNum {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #efe0cb;
  line-height: 100px;
  text-align: center;
  font-size: 32px;
  color: #ab0d0d;
  margin: 0 auto;
}
.auctionName {
  margin-top: 16px;
  color: #222222;
  font-size: 18px;
}
.checkMore {
  width: 120px;
  height: 42px;
  margin: 20px auto 30px;
  display: block;
}
.more {
  width: 100%;
}
.quarter {
  display: inline-block;
  width: 16%;
  position: relative;
}
.quarter .serve {
  display: inline-block;
  width: 100%;
  height: 100px;
}
.quarter .serve > img {
  width: 100%;
  height: 100%;
}
.serFunction {
  font-size: 16px;
  color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.half {
  width: 50%;
  float: left;
  /* height: 1000px; */
}
.block {
  width: 100%;
  height: 26px;
}
.indexNews {
  margin-top: 20px;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.newsList {
  height: 60px;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
  overflow: hidden;
}
.newsDate,
.newsTitle,
.viewFull {
  text-align: center;
  float: left;
  font-size: 16px;
}
.newsDate {
  line-height: 1.5;
  background-color: #ab0d0d;
  color: white;
  /* margin-top: 16px; */
}
.newsDate2 {
  /* display: inline-block; */
  width: 100px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
.newsTitle {
  width: 350px;
  line-height: 60px;
  text-align: left;
  padding: 0 56px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.viewFull {
  width: 99px;
  height: 60px;
  position: relative;
}
.lookAll {
  width: 100px;
  line-height: 30px;
  border-left: 1px solid #ab0d0d;
  color: #ab0d0d;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.half .checkMore {
  margin-top: 28px;
}
.half.right {
  padding-left: 36px;
  box-sizing: border-box;
}
.artImg {
  margin-top: 50px;
}
.artAuTitle {
  font-size: 26px;
  font-weight: 400;
  margin: 24px 0;
  text-align: left;
}
.indexGuige {
  text-align: left;
  font-size: 20px;
  color: #555555;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 12px;
}
.artGuige {
  margin-bottom: 10px;
}
.indexGuige.last {
  font-size: 18px;
  /* line-height: 30px; */
  border-bottom: none;
}
.paimai.contentTitle .conTitleCN span {
  font-weight: 400;
  margin-top: 40px;
}
.paimai.indexNews .newsDate,
.paimai.indexNews .newsDate2 {
  width: 160px;
}
.paimai.indexNews.viewFull,
.paimai.indexNews.lookAll {
  width: 110px;
}
.paimai.indexNews .newsTitle {
  width: 825px;
}
.section.last {
  margin-top: 0;
}
.section.last .checkMore {
  margin-top: 20px;
  margin-bottom: 0;
}
.rightMsg {
  color: white;
  background-color: rgba(199, 193, 193, 0.7);
  position: fixed;
  top: 300px;
  right: 14px;
  width: 50px;
  text-align: center;
  font-size: 20px;
  z-index: 3;
}
.iconImg {
  height: 44px;
  line-height: 44px;
  padding: 5px;
}
.iconImg:hover .content {
  display: block;
}
.iconImg .tell {
  display: block;
  width: 100%;
  height: 100%;
}
.iconImg .tell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.iconImg .content {
  display: none;
  position: absolute;
  top: 0;
  right: 50px;
  line-height: normal;
  background-color: rgba(199, 193, 193, 0.9);
  padding: 10px;
  width: 200px;
}
.iconImg .content img {
  width: 100%;
}
.rightIcon {
  /* height: 176px; */
  position: relative;
  transition: 1s;
  top: 0;
}
.loginSigin {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 4;
}
.loginPage {
  background-color: white;
  width: 1042px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  padding: 38px 0;
}
.close {
  position: absolute;
  z-index: 10;
  right: 16px;
  top: 16px;
  width: 48px;
  height: 48px;
}
.close img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.lightText {
  color: #ab0d0d;
  cursor: pointer;
}
.lsTitle {
  font-size: 20px;
  /* text-align: center; */
  margin-left: 430px;
}
.lsMsg {
  width: 490px;
  overflow: hidden;
  margin: 36px auto 0;
  line-height: 44px;
}
.lsName,
.lsInput input {
  display: inline-block;
}
.lsName {
  width: 116px;
}
.flex {
  display: flex;
  align-items: center;
}
.lsInput {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.lsInput input {
  height: 44px;
  width: 340px;
  padding: 0 10px;
  box-sizing: border-box;
  /* padding: 5px 10px; */
  /* height: 100%; */
  /* width: 300px; */
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  padding: 0 10px;
  background: transparent;
  /* display: inline-block; */
  /* width: 500px; */
  border-radius: 5px;
  /* margin: 5px 0 10px; */
  /* height: 45px; */
  font-size: 20px;
}
.lsInput .codeInput {
  width: 150px;
}
.core_self_article > .top {
  display: flex;
  padding: 15px 0;
}
.top input {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  float: none;
}
.top-title {
  margin: 5px;
  display: flex;
  align-items: center;
  margin-right: 50px;
  font-size: 16px;
}
.top-title span{
  /* margin-right: 5px; */
}
.codePic {
  margin-left: 14px;
  height: 44px;
  cursor: pointer;
}
.login.sigin {
  margin-left: 116px;
  border: none;
  background-color: #ab0d0d;
  color: white;
  font-size: 20px;
  line-height: 44px;
  width: 154px;
  text-align: center;
  cursor: pointer;
}
.forgetPass {
  font-size: 16px;
  color: #555555;
  text-decoration: underline;
  padding-left: 14px;
}
.login.loginPage {
  padding-top: 64px;
}
.hide {
  display: none !important;
}
.showWechat.showFun {
  width: 200px;
  height: 200px;
}
.showWechat.showFun img {
  width: 200px;
  height: 200px;
}
.doubuleMore {
  width: 1200px;
  margin: 20px auto 0;
}
.yishucontent {
  text-align: left;
  padding: 0 30px;
  line-height: 1.5;
  max-height: 200px;
  overflow-y: auto;
}

.yishucontent::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
  /* scrollbar-arrow-color: red; */
}

.yishucontent::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 14px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  /* scrollbar-arrow-color: red; */
}

.yishucontent::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  /* background: rgba(0, 0, 0, 0.1); */
  background: transparent;
}

.note {
  position: fixed;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 300px;
  height: 225px;
  z-index: 9;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.note .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  background: #f3dfb9;
  height: 25px;
  box-sizing: border-box;
}

.note img {
  background: #fff;
  width: 300px;
  height: 200px;
}

.main2_1_r .tab {
  font-size: 0px;
  width: 100%;
  text-align: left;
  border-bottom: 2px solid #ab0d0d;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
}

.main2_1_r .tab1 {
  margin-left: 2px;
  width: 25%;
  display: inline-block;
  zoom: 1;
}

.main2_1_r .tab1:first-child {
  margin-left: 0px;
}

.main2_1_r .tab1 a {
  font-size: 18px;
  color: #262626;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 16px 0;
  background-color: #f2f2f2;
  display: block;
  overflow: hidden;
}

.main2_1_r .tab1:hover a {
  font-weight: bold;
  color: #fff;
  background-color: #ab0d0d;
}

.main2_1_r .tab1.on a {
  font-weight: bold;
  color: #fff;
  background-color: #ab0d0d;
}

.main2_1_r .tab .more {
  font-size: 14px;
  color: #a6a6a6;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.main2_1_r .tab .more:hover {
  color: #ab0d0d;
}

.main2_1_r .tab_nr {
  width: 100%;
  position: relative;
}

.main2_1_r .tab_nr1 {
  width: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.main2_1_r .tab_nr1 .item1 {
  width: 100%;
  padding: 24px 0 14px;
  border-bottom: 1px dashed #ebebeb;
}

.main2_1_r .tab_nr1 .item1 .title {
  font-size: 16px;
  font-weight: bold;
  color: #262626;
  width: 100%;
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main2_1_r .tab_nr1 .item1 .title a {
  color: #262626;
}

.main2_1_r .tab_nr1 .item1 .title a:hover {
  color: #ab0d0d;
}

.main2_1_r .tab_nr1 .item1 .content {
  font-size: 14px;
  color: #666;
  width: 100%;
  line-height: 23px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.main2_1_r .tab_nr1 .item2 {
  width: 100%;
  margin: 8px 0 -12px;
  overflow: hidden;
}

.main2_1_r .tab_nr1 .item2 ul {
  width: 100%;
}

.main2_1_r .tab_nr1 .item2 ul li {
  font-size: 14px;
  color: #a6a6a6;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
}

.main2_1_r .tab_nr1 .item2 ul li a {
  font-size: 16px;
  color: #333;
  width: 90%;
  text-align: left;
  padding-left: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main2_1_r .tab_nr1 .item2 ul li:hover,
.main2_1_r .tab_nr1 .item2 ul li a:hover {
  color: #ab0d0d;
}

.more {
  text-align: left;
  color: #ab0d0d;
  display: block;
  margin-left: 10px;
}

.more:hover {
  color: #ab0d0d;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .body {
    font-size: 12px;
  }
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .minW1,
  .wid1,
  .doubuleMore,
  .layui-layer-content img,
  .half,
  body,
  .gsjj_article,
  .call_me,
  .login.loginPage,
  .lsMsg,
  #siginPage,
  .core_content,
  .core_right,
  #app,
  .core_self_section,
  .auction_submit,
  .auction_input {
    width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box;
  }
  .core_self_section {
    margin: 0 !important;
    padding: 10px;
  }
  .core_self_section .core_self_left {
    width: auto !important;
    margin-right: 10px;
  }

  .core_self_article {
    align-items: flex-start !important;
  }
  .button.button_small.upload {
    width: auto !important;
  }
  .core_self_article > .top,
  .core_self_article,
  .areablock {
    flex-direction: column;
    width: 100% !important;
  }
  .row.core_self_section .core_self_article,
  .core_self_section .top {
    flex-direction: row;
  }
  .core_self_article > input {
    width: 100% !important;
  }
  .radio {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  #app {
    padding-top: 0 !important;
  }
  #loginPage,
  .loginPage {
    height: 100vh;
  }
  .lsTitle {
    margin-left: 0 !important;
  }
  .aticle_centent header {
    padding: 20px 0 !important;
  }
  .call_me,
  .gsjj_article,
  .lsMsg,
  .lsTitle,
  .artical,
  .coreBuyMeans {
    padding: 10px !important;
  }
  .auction_title{
    margin-bottom: 10px;
  }
  .gsjj_nav ul,
  textarea {
    width: 100% !important;
  }

  .call_text {
    padding: 0 !important;
  }
  .call_minBox,.areablock{
    align-items: flex-start !important;
    flex-direction: column;
  }
  .call_title {
    width: 100% !important;
    font-size: 14px !important;
  }
  .call_title span {
    font-size: 14px !important;
  }
  .header {
    transform: none;
    position: static;
    flex-direction: row-reverse;
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    height: 60px;
    background-color: white;
    top: 0;
  }
  .swiper-container {
    height: 250px;
  }
  .lunboimg {
    object-fit: cover;
    height: 100%;
  }
  .headLogo {
    display: flex;
    align-items: center;
    width: 56px;
    height: auto;
  }
  .funTap {
    width: 30px;
    display: flex !important;
    align-items: center;
  }

  .topSearch {
    background-color: #ab0d0d;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inerSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 93%;
    background: #d58686;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 4px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .inerSearch input {
    border: none;
    background: transparent;
    width: 100%;
  }

  .inerSearch input,
  .inerSearch input::-webkit-input-placeholder {
    color: white;
    font-size: 14px;
  }

  .searchIcon {
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }

  .swiper-container,
  .aticle_centent {
    width: 100% !important;
  }
  .section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .quarter {
    width: 33.33%;
  }
  .quarter .serve {
    height: auto;
  }
  .quarter .serve > img {
    height: auto;
  }
  .serFunctio {
    font-size: 10px;
  }
  .paimaigonggao2 {
    flex-direction: column;
  }
  .head {
    position: relative;
  }
  .menu {
    z-index: 2;
    width: 60vw;
    position: absolute;
    background-color: #464646;
    overflow: auto;
    max-height: 60vh;
  }

  .menuList,
  .menuLi {
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    border-bottom: 1px solid #707070;
  }

  .menu a {
    color: white;
    font-size: 16px;
  }

  .menu .menuList:last-child {
    border-bottom: none;
  }

  .arrow {
    width: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .arrow.changeAngle {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .secondMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #000000;
  }
  .newsList,
  .placard_time,
  .placard_right {
    width: 100%;
    line-height: normal !important;
    flex: 1 !important;
    height: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .newsDate {
    width: 65px !important;
  }
  .placard_bgImg > ul {
    width: 100% !important;
  }
  .newsDate2,
  .placard_left {
    width: 40px !important;
    height: auto !important;
    font-size: 14px !important;
    padding: 0 10px;
    line-height: normal !important;
  }
  .newsTitle,
  .placard_stage {
    width: 1px;
    flex: 1;
    padding: 0 10px;
    line-height: normal;
    font-size: 14px;
  }
  .placard_stage {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .viewFull,
  .placard_rightBox {
    height: auto;
    width: 60px;
    padding: 0 5px;
    font-size: 14px;
  }
  .lookAll {
    width: auto;
    white-space: nowrap;
    padding: 0 5px;
  }
  .placard_all {
    padding: 0 5px !important;
    font-size: 12px !important;
  }
  .aticle_centent table {
    max-width: 100%;
  }
  .left.card,
  .core_left {
    display: none;
  }
  .tijiao {
    padding: 10px;
  }
  .tijiao .input {
    width: 100%;
  }
  .tijiao .flex {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .core_buyData,
  .coreBuyMeans,
  .core_buyRecore {
    margin-left: 0 !important;
  }
  .core_buyData span,
  .core_buyRecore span {
    font-size: 12px !important;
  }
  .datatime {
    width: 100% !important;
  }
  .datatime input {
    width: 50% !important;
  }
  .tel .core_self_article{
    flex-direction: column;
  }
}
